home *** CD-ROM | disk | FTP | other *** search
/ Game Classics 18 / Game Classics 18 .iso / CARD / ANIBJ / ANIBJ.EXE / 0 / RCDATA / TPLAYFORM / TPLAYFORM.txt
Text File  |  1997-04-23  |  14KB  |  655 lines

  1. object PlayForm: TPlayForm
  2.   Left = 200
  3.   Top = 99
  4.   HelpContext = 41012
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Select Players [press F1 for HELP]'
  8.   ClientHeight = 415
  9.   ClientWidth = 554
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnPaint = FormPaint
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Panel2: TPanel
  21.     Left = 328
  22.     Top = 0
  23.     Width = 226
  24.     Height = 369
  25.     TabOrder = 1
  26.     object Label1: TLabel
  27.       Left = 0
  28.       Top = 208
  29.       Width = 225
  30.       Height = 25
  31.       Alignment = taCenter
  32.       AutoSize = False
  33.       Caption = 'Label1'
  34.       Font.Color = clBlue
  35.       Font.Height = -13
  36.       Font.Name = 'MS Sans Serif'
  37.       Font.Style = []
  38.       ParentFont = False
  39.     end
  40.     object Panel1: TPanel
  41.       Left = 8
  42.       Top = 8
  43.       Width = 212
  44.       Height = 193
  45.       BevelInner = bvRaised
  46.       BevelOuter = bvLowered
  47.       BevelWidth = 2
  48.       TabOrder = 0
  49.       object Image1: TImage
  50.         Left = 7
  51.         Top = 7
  52.         Width = 178
  53.         Height = 178
  54.       end
  55.       object ScrollBar1: TScrollBar
  56.         Left = 190
  57.         Top = 2
  58.         Width = 14
  59.         Height = 184
  60.         HelpContext = 41012
  61.         Kind = sbVertical
  62.         Max = 9
  63.         Min = 1
  64.         Position = 1
  65.         TabOrder = 0
  66.         OnChange = ScrollBar1Change
  67.       end
  68.     end
  69.     object Memo1: TMemo
  70.       Left = 8
  71.       Top = 240
  72.       Width = 217
  73.       Height = 113
  74.       BorderStyle = bsNone
  75.       Color = clBtnFace
  76.       Ctl3D = False
  77.       Font.Color = clBlack
  78.       Font.Height = -11
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = []
  81.       Lines.Strings = (
  82.         'Memo1')
  83.       ParentCtl3D = False
  84.       ParentFont = False
  85.       TabOrder = 1
  86.     end
  87.   end
  88.   object BitBtn1: TBitBtn
  89.     Left = 444
  90.     Top = 376
  91.     Width = 105
  92.     Height = 33
  93.     HelpContext = 41012
  94.     Caption = '&OK'
  95.     Font.Color = clBlack
  96.     Font.Height = -13
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     TabOrder = 0
  101.     OnClick = BitBtn1Click
  102.     Kind = bkOK
  103.   end
  104.   object Button1: TButton
  105.     Left = 328
  106.     Top = 376
  107.     Width = 105
  108.     Height = 33
  109.     HelpContext = 41012
  110.     Caption = '&Edit Rules'
  111.     Font.Color = clBlack
  112.     Font.Height = -13
  113.     Font.Name = 'MS Sans Serif'
  114.     Font.Style = []
  115.     ParentFont = False
  116.     TabOrder = 2
  117.     OnClick = Button1Click
  118.   end
  119.   object Panel3: TPanel
  120.     Left = 2
  121.     Top = 2
  122.     Width = 319
  123.     Height = 49
  124.     TabOrder = 3
  125.     object Label2: TLabel
  126.       Left = 1
  127.       Top = 1
  128.       Width = 264
  129.       Height = 24
  130.       Alignment = taCenter
  131.       AutoSize = False
  132.       Caption = 'Number of Players:'
  133.       Font.Color = clRed
  134.       Font.Height = -13
  135.       Font.Name = 'MS Sans Serif'
  136.       Font.Style = []
  137.       ParentFont = False
  138.     end
  139.     object Label3: TLabel
  140.       Left = 280
  141.       Top = 8
  142.       Width = 20
  143.       Height = 37
  144.       Caption = '6'
  145.       Font.Color = clBlack
  146.       Font.Height = -32
  147.       Font.Name = 'MS Sans Serif'
  148.       Font.Style = [fsBold]
  149.       ParentFont = False
  150.     end
  151.     object ScrollBar2: TScrollBar
  152.       Left = 8
  153.       Top = 24
  154.       Width = 257
  155.       Height = 17
  156.       HelpContext = 41012
  157.       Max = 6
  158.       Min = 1
  159.       Position = 6
  160.       TabOrder = 0
  161.       OnChange = ScrollBar2Change
  162.     end
  163.   end
  164.   object Panel4: TPanel
  165.     Left = 2
  166.     Top = 56
  167.     Width = 319
  168.     Height = 56
  169.     TabOrder = 4
  170.     object Label4: TLabel
  171.       Left = 1
  172.       Top = 1
  173.       Width = 18
  174.       Height = 54
  175.       Align = alLeft
  176.       Caption = '1'
  177.       Font.Color = clBlack
  178.       Font.Height = -32
  179.       Font.Name = 'MS Sans Serif'
  180.       Font.Style = [fsBold]
  181.       ParentFont = False
  182.     end
  183.     object Button2: TButton
  184.       Left = 32
  185.       Top = 4
  186.       Width = 113
  187.       Height = 25
  188.       HelpContext = 41012
  189.       Caption = 'Character #1'
  190.       Font.Color = clBlack
  191.       Font.Height = -11
  192.       Font.Name = 'MS Sans Serif'
  193.       Font.Style = []
  194.       ParentFont = False
  195.       TabOrder = 0
  196.       OnClick = Button2Click
  197.     end
  198.     object Button3: TButton
  199.       Left = 152
  200.       Top = 4
  201.       Width = 73
  202.       Height = 25
  203.       HelpContext = 41012
  204.       Caption = 'Human'
  205.       Font.Color = clBlack
  206.       Font.Height = -11
  207.       Font.Name = 'MS Sans Serif'
  208.       Font.Style = []
  209.       ParentFont = False
  210.       TabOrder = 1
  211.       OnClick = Button3Click
  212.     end
  213.     object Edit1: TEdit
  214.       Left = 32
  215.       Top = 32
  216.       Width = 273
  217.       Height = 21
  218.       HelpContext = 41012
  219.       Font.Color = clBlack
  220.       Font.Height = -11
  221.       Font.Name = 'MS Sans Serif'
  222.       Font.Style = []
  223.       ParentFont = False
  224.       TabOrder = 2
  225.       Text = 'Edit1'
  226.     end
  227.     object Button14: TButton
  228.       Tag = 1
  229.       Left = 232
  230.       Top = 4
  231.       Width = 73
  232.       Height = 25
  233.       HelpContext = 41012
  234.       Caption = 'Strategy'
  235.       Font.Color = clBlack
  236.       Font.Height = -11
  237.       Font.Name = 'MS Sans Serif'
  238.       Font.Style = []
  239.       ParentFont = False
  240.       TabOrder = 3
  241.       OnClick = Button14Click
  242.     end
  243.   end
  244.   object Panel5: TPanel
  245.     Left = 2
  246.     Top = 116
  247.     Width = 319
  248.     Height = 56
  249.     TabOrder = 5
  250.     object Label5: TLabel
  251.       Left = 1
  252.       Top = 1
  253.       Width = 20
  254.       Height = 54
  255.       Align = alLeft
  256.       Caption = '2'
  257.       Font.Color = clBlack
  258.       Font.Height = -32
  259.       Font.Name = 'MS Sans Serif'
  260.       Font.Style = [fsBold]
  261.       ParentFont = False
  262.     end
  263.     object Button4: TButton
  264.       Left = 32
  265.       Top = 4
  266.       Width = 113
  267.       Height = 25
  268.       HelpContext = 41012
  269.       Caption = 'Character #2'
  270.       Font.Color = clBlack
  271.       Font.Height = -11
  272.       Font.Name = 'MS Sans Serif'
  273.       Font.Style = []
  274.       ParentFont = False
  275.       TabOrder = 0
  276.       OnClick = Button4Click
  277.     end
  278.     object Button5: TButton
  279.       Left = 152
  280.       Top = 4
  281.       Width = 73
  282.       Height = 25
  283.       HelpContext = 41012
  284.       Caption = 'Computer'
  285.       Font.Color = clBlack
  286.       Font.Height = -11
  287.       Font.Name = 'MS Sans Serif'
  288.       Font.Style = []
  289.       ParentFont = False
  290.       TabOrder = 1
  291.       OnClick = Button5Click
  292.     end
  293.     object Edit2: TEdit
  294.       Left = 32
  295.       Top = 32
  296.       Width = 273
  297.       Height = 21
  298.       HelpContext = 41012
  299.       Font.Color = clBlack
  300.       Font.Height = -11
  301.       Font.Name = 'MS Sans Serif'
  302.       Font.Style = []
  303.       ParentFont = False
  304.       TabOrder = 2
  305.       Text = 'Edit1'
  306.     end
  307.     object Button15: TButton
  308.       Tag = 2
  309.       Left = 232
  310.       Top = 4
  311.       Width = 73
  312.       Height = 25
  313.       HelpContext = 41012
  314.       Caption = 'Strategy'
  315.       Font.Color = clBlack
  316.       Font.Height = -11
  317.       Font.Name = 'MS Sans Serif'
  318.       Font.Style = []
  319.       ParentFont = False
  320.       TabOrder = 3
  321.       OnClick = Button14Click
  322.     end
  323.   end
  324.   object Panel6: TPanel
  325.     Left = 2
  326.     Top = 176
  327.     Width = 319
  328.     Height = 56
  329.     TabOrder = 6
  330.     object Label6: TLabel
  331.       Left = 1
  332.       Top = 1
  333.       Width = 20
  334.       Height = 54
  335.       Align = alLeft
  336.       Caption = '3'
  337.       Font.Color = clBlack
  338.       Font.Height = -32
  339.       Font.Name = 'MS Sans Serif'
  340.       Font.Style = [fsBold]
  341.       ParentFont = False
  342.     end
  343.     object Button6: TButton
  344.       Left = 32
  345.       Top = 4
  346.       Width = 113
  347.       Height = 25
  348.       HelpContext = 41012
  349.       Caption = 'Character #3'
  350.       Font.Color = clBlack
  351.       Font.Height = -11
  352.       Font.Name = 'MS Sans Serif'
  353.       Font.Style = []
  354.       ParentFont = False
  355.       TabOrder = 0
  356.       OnClick = Button6Click
  357.     end
  358.     object Button7: TButton
  359.       Left = 152
  360.       Top = 4
  361.       Width = 73
  362.       Height = 25
  363.       HelpContext = 41012
  364.       Caption = 'Computer'
  365.       Font.Color = clBlack
  366.       Font.Height = -11
  367.       Font.Name = 'MS Sans Serif'
  368.       Font.Style = []
  369.       ParentFont = False
  370.       TabOrder = 1
  371.       OnClick = Button7Click
  372.     end
  373.     object Edit3: TEdit
  374.       Left = 32
  375.       Top = 32
  376.       Width = 273
  377.       Height = 21
  378.       HelpContext = 41012
  379.       Font.Color = clBlack
  380.       Font.Height = -11
  381.       Font.Name = 'MS Sans Serif'
  382.       Font.Style = []
  383.       ParentFont = False
  384.       TabOrder = 2
  385.       Text = 'Edit1'
  386.     end
  387.     object Button16: TButton
  388.       Tag = 3
  389.       Left = 232
  390.       Top = 4
  391.       Width = 73
  392.       Height = 25
  393.       HelpContext = 41012
  394.       Caption = 'Strategy'
  395.       Font.Color = clBlack
  396.       Font.Height = -11
  397.       Font.Name = 'MS Sans Serif'
  398.       Font.Style = []
  399.       ParentFont = False
  400.       TabOrder = 3
  401.       OnClick = Button14Click
  402.     end
  403.   end
  404.   object Panel7: TPanel
  405.     Left = 2
  406.     Top = 236
  407.     Width = 319
  408.     Height = 56
  409.     TabOrder = 7
  410.     object Label7: TLabel
  411.       Left = 1
  412.       Top = 1
  413.       Width = 20
  414.       Height = 54
  415.       Align = alLeft
  416.       Caption = '4'
  417.       Font.Color = clBlack
  418.       Font.Height = -32
  419.       Font.Name = 'MS Sans Serif'
  420.       Font.Style = [fsBold]
  421.       ParentFont = False
  422.     end
  423.     object Button8: TButton
  424.       Left = 32
  425.       Top = 4
  426.       Width = 113
  427.       Height = 25
  428.       HelpContext = 41012
  429.       Caption = 'Character #5'
  430.       Font.Color = clBlack
  431.       Font.Height = -11
  432.       Font.Name = 'MS Sans Serif'
  433.       Font.Style = []
  434.       ParentFont = False
  435.       TabOrder = 0
  436.       OnClick = Button8Click
  437.     end
  438.     object Button9: TButton
  439.       Left = 152
  440.       Top = 4
  441.       Width = 73
  442.       Height = 25
  443.       HelpContext = 41012
  444.       Caption = 'Computer'
  445.       Font.Color = clBlack
  446.       Font.Height = -11
  447.       Font.Name = 'MS Sans Serif'
  448.       Font.Style = []
  449.       ParentFont = False
  450.       TabOrder = 1
  451.       OnClick = Button9Click
  452.     end
  453.     object Edit4: TEdit
  454.       Left = 32
  455.       Top = 32
  456.       Width = 273
  457.       Height = 21
  458.       HelpContext = 41012
  459.       Font.Color = clBlack
  460.       Font.Height = -11
  461.       Font.Name = 'MS Sans Serif'
  462.       Font.Style = []
  463.       ParentFont = False
  464.       TabOrder = 2
  465.       Text = 'Edit1'
  466.     end
  467.     object Button17: TButton
  468.       Tag = 4
  469.       Left = 232
  470.       Top = 4
  471.       Width = 73
  472.       Height = 25
  473.       HelpContext = 41012
  474.       Caption = 'Strategy'
  475.       Font.Color = clBlack
  476.       Font.Height = -11
  477.       Font.Name = 'MS Sans Serif'
  478.       Font.Style = []
  479.       ParentFont = False
  480.       TabOrder = 3
  481.       OnClick = Button14Click
  482.     end
  483.   end
  484.   object Panel8: TPanel
  485.     Left = 2
  486.     Top = 296
  487.     Width = 319
  488.     Height = 56
  489.     TabOrder = 8
  490.     object Label8: TLabel
  491.       Left = 1
  492.       Top = 1
  493.       Width = 20
  494.       Height = 54
  495.       Align = alLeft
  496.       Caption = '5'
  497.       Font.Color = clBlack
  498.       Font.Height = -32
  499.       Font.Name = 'MS Sans Serif'
  500.       Font.Style = [fsBold]
  501.       ParentFont = False
  502.     end
  503.     object Button10: TButton
  504.       Left = 32
  505.       Top = 4
  506.       Width = 113
  507.       Height = 25
  508.       HelpContext = 41012
  509.       Caption = 'Character #7'
  510.       Font.Color = clBlack
  511.       Font.Height = -11
  512.       Font.Name = 'MS Sans Serif'
  513.       Font.Style = []
  514.       ParentFont = False
  515.       TabOrder = 0
  516.       OnClick = Button10Click
  517.     end
  518.     object Button11: TButton
  519.       Left = 152
  520.       Top = 4
  521.       Width = 73
  522.       Height = 25
  523.       HelpContext = 41012
  524.       Caption = 'Computer'
  525.       Font.Color = clBlack
  526.       Font.Height = -11
  527.       Font.Name = 'MS Sans Serif'
  528.       Font.Style = []
  529.       ParentFont = False
  530.       TabOrder = 1
  531.       OnClick = Button11Click
  532.     end
  533.     object Edit5: TEdit
  534.       Left = 32
  535.       Top = 32
  536.       Width = 273
  537.       Height = 21
  538.       HelpContext = 41012
  539.       Font.Color = clBlack
  540.       Font.Height = -11
  541.       Font.Name = 'MS Sans Serif'
  542.       Font.Style = []
  543.       ParentFont = False
  544.       TabOrder = 2
  545.       Text = 'Edit1'
  546.     end
  547.     object Button18: TButton
  548.       Tag = 5
  549.       Left = 232
  550.       Top = 4
  551.       Width = 73
  552.       Height = 25
  553.       HelpContext = 41012
  554.       Caption = 'Strategy'
  555.       Font.Color = clBlack
  556.       Font.Height = -11
  557.       Font.Name = 'MS Sans Serif'
  558.       Font.Style = []
  559.       ParentFont = False
  560.       TabOrder = 3
  561.       OnClick = Button14Click
  562.     end
  563.   end
  564.   object Panel9: TPanel
  565.     Left = 2
  566.     Top = 356
  567.     Width = 319
  568.     Height = 56
  569.     TabOrder = 9
  570.     object Label9: TLabel
  571.       Left = 1
  572.       Top = 1
  573.       Width = 20
  574.       Height = 54
  575.       Align = alLeft
  576.       Caption = '6'
  577.       Font.Color = clBlack
  578.       Font.Height = -32
  579.       Font.Name = 'MS Sans Serif'
  580.       Font.Style = [fsBold]
  581.       ParentFont = False
  582.     end
  583.     object Button12: TButton
  584.       Left = 32
  585.       Top = 4
  586.       Width = 113
  587.       Height = 25
  588.       HelpContext = 41012
  589.       Caption = 'Character #8'
  590.       Font.Color = clBlack
  591.       Font.Height = -11
  592.       Font.Name = 'MS Sans Serif'
  593.       Font.Style = []
  594.       ParentFont = False
  595.       TabOrder = 0
  596.       OnClick = Button12Click
  597.     end
  598.     object Button13: TButton
  599.       Left = 152
  600.       Top = 4
  601.       Width = 73
  602.       Height = 25
  603.       HelpContext = 41012
  604.       Caption = 'Computer'
  605.       Font.Color = clBlack
  606.       Font.Height = -11
  607.       Font.Name = 'MS Sans Serif'
  608.       Font.Style = []
  609.       ParentFont = False
  610.       TabOrder = 1
  611.       OnClick = Button13Click
  612.     end
  613.     object Edit6: TEdit
  614.       Left = 32
  615.       Top = 32
  616.       Width = 273
  617.       Height = 21
  618.       HelpContext = 41012
  619.       Font.Color = clBlack
  620.       Font.Height = -11
  621.       Font.Name = 'MS Sans Serif'
  622.       Font.Style = []
  623.       ParentFont = False
  624.       TabOrder = 2
  625.       Text = 'Edit1'
  626.     end
  627.     object Button19: TButton
  628.       Tag = 6
  629.       Left = 232
  630.       Top = 4
  631.       Width = 73
  632.       Height = 25
  633.       HelpContext = 41012
  634.       Caption = 'Strategy'
  635.       Font.Color = clBlack
  636.       Font.Height = -11
  637.       Font.Name = 'MS Sans Serif'
  638.       Font.Style = []
  639.       ParentFont = False
  640.       TabOrder = 3
  641.       OnClick = Button14Click
  642.     end
  643.   end
  644.   object OpenDialog1: TOpenDialog
  645.     FileEditStyle = fsEdit
  646.     Left = 352
  647.     Top = 304
  648.   end
  649.   object SaveDialog1: TSaveDialog
  650.     FileEditStyle = fsEdit
  651.     Left = 384
  652.     Top = 304
  653.   end
  654. end
  655.